home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2325 / 2325.xpi / chrome / content / skin-common / style.css < prev    next >
Cascading Style Sheet File  |  2009-11-24  |  1KB  |  62 lines

  1. #RSSTICKER-throbber {
  2.     -moz-user-focus: ignore;
  3. }
  4.  
  5. #RSSTICKER-throbber[busy="false"] {
  6.     display: none;
  7. }
  8.  
  9. #RSSTICKERToolbar toolbarbutton[image] {
  10.     -moz-box-sizing: content-box; /* works right now */
  11.     min-height: 16px;
  12.     max-height: 2em;
  13.     border-width: 1px;
  14.     padding: 1px 2px;
  15. }
  16.  
  17. RSSTICKERToolbar toolbarbutton image {
  18.     width: 16px;
  19.     height: 16px;
  20. }
  21.  
  22. #feeds listitem[ignored="true"] {
  23.     text-decoration: line-through;
  24.     background-color: #e00;
  25. }
  26.  
  27. /*
  28. #RSSTICKER-button {
  29.     list-style-image: url(chrome://rss-ticker/skin/toolbar-icon.png);
  30.     -moz-image-region: rect(0px, 24px, 24px, 0px);
  31. }
  32.  
  33. #RSSTICKER-button:hover {
  34.     -moz-image-region: rect(24px, 24px, 48px, 0px);
  35. }
  36.  
  37. #RSSTICKER-button:hover:active {
  38.     -moz-image-region: rect(48px, 24px, 72px, 0px);
  39. }
  40.  
  41. #RSSTICKER-button[greyed="true"] {
  42.     -moz-image-region: rect(72px, 24px, 96px, 0px);
  43. }
  44.  
  45. toolbar[iconsize="small"] #RSSTICKER-button {
  46.     list-style-image: url(chrome://rss-ticker/skin/toolbar-icon-small.png);
  47.     -moz-image-region: rect(0px, 16px, 16px, 0px);
  48. }
  49.  
  50. toolbar[iconsize="small"] #RSSTICKER-button:hover {
  51.     -moz-image-region: rect(16px, 16px, 32px, 0px);
  52. }
  53.  
  54. toolbar[iconsize="small"] #RSSTICKER-button:hover:active {
  55.     -moz-image-region: rect(32px, 16px, 48px, 0px);
  56. }
  57.  
  58. toolbar[iconsize="small"] #RSSTICKER-button[greyed="true"] {
  59.     -moz-image-region: rect(48px, 16px, 64px, 0px);
  60. }
  61. */
  62.